-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: wallet_tests.cpp #180
Conversation
Normally do not change a test. but this test fails because it is modified. https://github.com/DigiByte-Core/digibyte/pull/31/files |
@Jongjan88 , thank you for the additional context. I do see that the test was changed in PR #62 . However, @SmartArray had made this change in PR #62, which was merged quite a while ago. @JaredTate or @SmartArray can you provide some feedback on this PR and what changed in the protocol that causes the changes introduced by #62 to fail now? I am not opposed to approving this if it resolves the test failure but I am first trying to understand the reason @SmartArray had made this change, why that allowed the test to pass for RC1, and why the test is now failing. |
@gto90 TY I could not find it. in which file it was modified. And of course I didn't adjust it to Digibyte Core. But change it to the original values. |
I totally understand @Jongjan88 , I am just hoping to get some feedback from @SmartArray and/or @JaredTate to make sure we don't have an issue in the protocol as I am quite sure @SmartArray had a very valid reason for making that change. |
gto90: "why that allowed the test to pass for RC1, and why the test is now failing." All the 70/80 python test that don't work with rc3 pass for rc2. @ycagel @gto90 @JaredTate i hope we can review this PR so i can delete the branch. For more info look at pr #62. Where this test is changed to work with rc1. |
So it compiles and runs... but Make Check fails long before it ever gets to this file for me. So I am not exactly sure how you are running it and testing it? |
|
Perfect, that makes sense. I fixed the main folder unit tests, so now make check fails on this one for me. So testing this now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cACK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
That idiot is posting phishing links. Guess they can spam github with crap now too. |
Value 1 and 2 on Line 551, Line 567, Line 574, Line 596 are exactly the same in the bitcoin 22 original file. And what i saw in DigiByte 7.17.3.
https://github.com/DigiByte-Core/digibyte/blob/release/v7.17.3/src/wallet/test/wallet_tests.cpp
1). wallet/test/wallet_tests.cpp(551)
2). wallet/test/wallet_tests.cpp(558)
3). wallet/test/wallet_tests.cpp(571)
4). wallet/test/wallet_tests.cpp(578)
5). wallet/test/wallet_tests.cpp(600)